// constants
var initX       = 1; // x-coordinate of top left corner of dropdown menu 
var initY       = 102; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#990000'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#999999'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 25;
var xOverlap    = -110;
var yOverlap    = 0;
//

// Don't change these parameters
var delay        = 500; /////
var menuElement  = new Array ();
var usedWidth    = 0;
var numOfMenus   = 0;
/// ----------------------------

menuContent     = new Array ();

//ranges
menuContent [0] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
75, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Electric&nbsp;Ranges', 'electricranges.html',
'Gas&nbsp;Ranges', 'gasranges.html', 
'Slide&#8209;In&nbsp;Ranges', 'slideinranges.html',
'Dual&nbsp;Fuel&nbsp;Ranges', 'dualfuelranges.html'
));

//cooktops
menuContent [1] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
69, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Electric&nbsp;Cooktops', 'elcook.html',
'Gas&nbsp;Cooktops', 'gascooktops.html',
'Professional&nbsp;Rangetops', 'profran.html'
));

//wall ovens
menuContent [2] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
70, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Single&nbsp;Wall&nbsp;Ovens', 'sinwalov.html',
'Double&nbsp;Wall&nbsp;Ovens', 'doubwalov.html',
'Single&nbsp;Oven/Microwave&nbsp;Combination', 'sinovandmicc.html'
));

//microwaves
menuContent [3] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
80, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Counter&nbsp;Microwaves', 'counmic.html',
'Built&#8209;In&nbsp;Microwaves', 'ovranmiccom.html',
'Over&nbsp;the&nbsp;Range&nbsp;Microwave/Hood', 'builinmic.html'
));

//ventilation
menuContent [4] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
72, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Wall&nbsp;Hoods', 'wallhoods.html',
'Chimney&nbsp;Hoods', '#',
'Island&nbsp;Hoods', 'islandhoods.html',
'Downdraft&nbsp;Systems', 'dowpopven.html'
));

//dishwashers
menuContent [5] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
78, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Standard&nbsp;Built&#8209;In&nbsp;Dishwashers', 'stanbuildis.html',
'Integrated&nbsp;Dishwashers', 'ovdis.html',
'Single&nbsp;Drawer&nbsp;Dishwashers', 'sindrawdis.html',
'Double&nbsp;Drawer&nbsp;Dishwashers', 'doubdrawdis.html',
'High&nbsp;Efficiency&nbsp;Dishwashers', 'higefdis.html',
'Trash&nbsp;Compactors', 'trascom.html'
));

//washers
menuContent [6] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
60, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'High&nbsp;Efficiency&nbsp;Washers', 'higefwas.html',
'Top&nbsp;Load&nbsp;Washers', 'index.html',
'Front&nbsp;Load&nbsp;Washers', 'fronloadwas.html'
));

//dryers
menuContent [7] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
59, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'High&nbsp;Efficiency&nbsp;Dryers ', 'higefdryer.html',
'Front&nbsp;Load&nbsp;Dryers', 'index.html'
));

//outdoor cooking
menuContent [8] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
98, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'All', 'outdoorcooking.html'
));

//refrigeration
menuContent [9] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
89, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Built&#8209;In&nbsp;Refrigerators', 'builref.html',
'Freestanding&nbsp;Refrigerators', 'freesref.html',
'Wine&nbsp;Refrigerators', 'winref.html',
'Ice&nbsp;Makers', 'icemakers.html',
'Freezers', 'freezers.html',
'Undercounter&nbsp;Refrigerators', 'unref.html'
));

